home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / taglx200.zip / READERS.DOC < prev    next >
Text File  |  1993-01-15  |  17KB  |  470 lines

  1.  
  2.  
  3.  
  4.  
  5.                          ╒═══════════════════════╕
  6.                          │ Tag Line Xpress v2.00 │
  7.                          ╘═══════════════════════╛
  8.                                                    release date 01/15/93
  9.  
  10.         The following is specific documentation for installing Tag Line
  11.         Xpress v2.0 into the following mail readers:
  12.  
  13.         Silly Little Mail Reader (SLMR) v2.0 v2.1 v2.1a
  14.         Off Line Xpress (OLX) v2.1 v2.2 v3.0 v3.01
  15.         Deluxe² v1.25
  16.         Jabber v1.2
  17.         SpeedRead (Speed) v1.2
  18.         MegaReader v2.1
  19.  
  20.  
  21.  
  22.  
  23.  
  24.                         Silly Little Mail Reader
  25.                         ~~~~~~~~~~~~~~~~~~~~~~~~
  26.  
  27.         Tag Line Xpress installs automatically into version 2 of Silly
  28.         Little Mail Reader (SLMR). This includes versions 2.0, 2.1 and
  29.         2.1a. Other versions have not been tested with TLX and are not
  30.         guaranteed to work.
  31.  
  32.         If you experience double taglines with SLMR, you can use the
  33.         UNTAG.EXE utility provided with this archive. From within SLMR,
  34.         modify the Configuration option PACKERS and add NEWZIP before
  35.         the compress command, e.g.
  36.  
  37.         Old Option> PKZIP -A !
  38.         New Option> \path\NEWZIP PKZIP -A !
  39.  
  40.         TLX will create a batch file called NEWZIP.BAT in the mail
  41.         reader directory, you should edit it and ensure that the file
  42.         reads:
  43.  
  44.         \path\UNTAG %4
  45.         %1 %2 %3 %4 %5 %6 %7 %8 %9
  46.  
  47.         If you have changed your compress commands, change the UNTAG %
  48.         number to the parameter for the replies message file that is
  49.         compressed by the packer.
  50.  
  51.  
  52.         Advanced Information
  53.         ~~~~~~~~~~~~~~~~~~~~
  54.         This information is provided only to satisfy curiosity, and
  55.         explain the process by which TLX works.
  56.  
  57.         The following options are automatically modified by TLX within
  58.         the SLMR configuration:
  59.  
  60.         ENABLETAGS - taglines will be disabled within SLMR - 01
  61.         REPLYHEADER - header on replies for the Quote Enhancer - Y
  62.         QSTYLE - quoting style for reply file generated (none) - 01
  63.         QSTRING - quote characters to use for reply file (none) -blank-
  64.         EDITOR - Editor name, TLX batch filename - TLX_RUN.BAT
  65.         SWAP - swapping enabled - Y
  66.         SWAPXMSEMS - EMS/XMS swapping enabled - Y
  67.         QUOTEDFILE - file that SLMR creates - REPLY.MSG
  68.         REPLYFILE - file that SLMR reads with changes - REPLY.MSG
  69.  
  70.         The batch file TLX_RUN.BAT contains the following:
  71.  
  72.         \path\TLX Q \path\ %1
  73.         editor %1 %2 %3 %4 %5
  74.         \path\TLX T \path\ %1
  75.         
  76.         where \path\TLX is the full path and filename of TLX;
  77.         Q is the command to Quote the message;
  78.         \path\ is the path to TLX's config and database;
  79.         %1 is the parameter that is replaced with the message file;
  80.         editor is the name of the editor with parameters %1-%5;
  81.         \path\TLX is the full path and filename of TLX;
  82.         T is the command to add a tagline;
  83.         \path\ is the path to TLX's config and database;
  84.         and %1 is the parameter that is replaced with the message file.
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.                             Off Line Xpress
  96.                             ~~~~~~~~~~~~~~~
  97.  
  98.         Tag Line Xpress installs automatically into Off Line Xpress
  99.         versions 2.1, 2.2, 3.0 and 3.01. Other versions have not been
  100.         tested with TLX and are not guaranteed to work.
  101.  
  102.         In OLX v3.x - using the internal editor causes TLX to behave
  103.         differently. You have to press the F7 key to quote your reply,
  104.         and the F8 key to attach a tagline.
  105.  
  106.  
  107.         Advanced Information
  108.         ~~~~~~~~~~~~~~~~~~~~
  109.         This information is provided only to satisfy curiosity, and
  110.         explain the process by which TLX works.
  111.  
  112.  
  113.         OLX v2.x -
  114.         The following options are automatically modified by TLX within
  115.         the OLX v2.x configuration:
  116.  
  117.         ENABLETAGS - taglines will be disabled within OLX - 01
  118.         REPLYHEADER - header on replies for the Quote Enhancer - Y
  119.         QSTYLE - quoting style for reply file generated (none) - 01
  120.         QSTRING - quote characters to use for reply file (none) -blank-
  121.         EDITOR - Editor name, TLX batch filename - TLX_RUN.BAT
  122.         SWAP - swapping enabled - Y
  123.         SWAPXMSEMS - EMS/XMS swapping enabled - Y
  124.         QUOTEDFILE - file that OLX creates - REPLY.MSG
  125.         REPLYFILE - file that OLX reads with changes - REPLY.MSG
  126.  
  127.         The batch file TLX_RUN.BAT contains the following:
  128.  
  129.         \path\TLX Q \path\ %1
  130.         editor %1 %2 %3 %4 %5
  131.         \path\TLX T \path\ %1
  132.         
  133.         where \path\TLX is the full path and filename of TLX;
  134.         Q is the command to Quote the message;
  135.         \path\ is the path to TLX's config and database;
  136.         %1 is the parameter that is replaced with the message file;
  137.         editor is the name of the editor with parameters %1-%5;
  138.         \path\TLX is the full path and filename of TLX;
  139.         T is the command to add a tagline;
  140.         \path\ is the path to TLX's config and database;
  141.         and %1 is the parameter that is replaced with the message file.
  142.  
  143.  
  144.         OLX v3.0 -
  145.         The following options are automatically modified by TLX within
  146.         the OLX v2.x configuration:
  147.  
  148.         Hardware - EMS/XMS/DISK swapping enabled
  149.         Editor - TLX_RUN.BAT is inserted (external editor only)
  150.         Replies - Taglines OFF; Quoting NONE; Quote Prefix BLANK;
  151.                   Header ENABLED
  152.         Function Keys - F7 and F8 keys assigned to TLX (internal editor)
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.                                 Deluxe²
  165.                                 ~~~~~~~
  166.  
  167.         Tag Line Xpress installs automatically into version 1.25 of
  168.         Deluxe². Other versions have not been tested with TLX and are
  169.         not guaranteed to work.
  170.  
  171.         There are two options you MUST change manually within Deluxe's
  172.         configuration; FLAGS "Show message header in your editor" to NO;
  173.         and SuperShell to YES. You should delete all the taglines stored
  174.         by Deluxe² and enter them into TLX instead.
  175.  
  176.         If you experience double taglines with Deluxe², you can use the
  177.         UNTAG.EXE utility provided with this archive. Within the Deluxe²
  178.         Configuration file add NEWZIP.BAT before the compress command,
  179.         e.g.
  180.  
  181.         Old Option> PKZIP -A
  182.         New Option> \path\NEWZIP.BAT PKZIP -A
  183.  
  184.         TLX will create a batch file called NEWZIP.BAT in the mail
  185.         reader directory, you should edit it and ensure that the file
  186.         reads:
  187.  
  188.         \path\UNTAG %4
  189.         %1 %2 %3 %4 %5 %6 %7 %8 %9
  190.  
  191.         If you have changed your compress commands, change the UNTAG %
  192.         number to the parameter for the replies message file that is
  193.         compressed by the packer.
  194.  
  195.  
  196.         Advanced Information
  197.         ~~~~~~~~~~~~~~~~~~~~
  198.         This information is provided only to satisfy curiosity, and
  199.         explain the process by which TLX works.
  200.  
  201.         The following options are automatically modified by TLX within
  202.         the Deluxe² configuration:
  203.  
  204.         Editors - C:\path\TLX_RUN.BAT %O
  205.         Show message header - NO (manually)
  206.         SuperShell - YES (manually)
  207.  
  208.         The batch file TLX_RUN.BAT contains the following:
  209.  
  210.         \path\TLX Q \path\ %1
  211.         editor %1 %2 %3 %4 %5
  212.         \path\TLX T \path\ %1
  213.         
  214.         where \path\TLX is the full path and filename of TLX;
  215.         Q is the command to Quote the message;
  216.         \path\ is the path to TLX's config and database;
  217.         %1 is the parameter that is replaced with the message file;
  218.         editor is the name of the editor with parameters %1-%5;
  219.         \path\TLX is the full path and filename of TLX;
  220.         T is the command to add a tagline;
  221.         \path\ is the path to TLX's config and database;
  222.         and %1 is the parameter that is replaced with the message file.
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.                                  Jabber
  234.                                  ~~~~~~
  235.  
  236.         Tag Line Xpress installs automatically into version 1.2 of
  237.         Jabber. Other versions have not been tested with TLX and are not
  238.         guaranteed to work.
  239.  
  240.         If you experience double taglines with Jabber, you can use the
  241.         UNTAG.EXE utility provided with this archive. Within the Jabber
  242.         Configuration file add NEWZIP.BAT before the compress command,
  243.         e.g.
  244.  
  245.         Old Option> {ZIP=PKZIP !}
  246.         New Option> {ZIP=\path\NEWZIP.BAT PKZIP !}
  247.  
  248.         TLX will create a batch file called NEWZIP.BAT in the mail
  249.         reader directory, you should edit it and ensure that the file
  250.         reads:
  251.  
  252.         \path\UNTAG %2
  253.         %1 %2 %3 %4 %5 %6 %7 %8 %9
  254.  
  255.         If you have changed your compress commands, change the UNTAG %
  256.         number to the parameter for the replies message file that is
  257.         compressed by the packer.
  258.  
  259.  
  260.         Advanced Information
  261.         ~~~~~~~~~~~~~~~~~~~~
  262.         This information is provided only to satisfy curiosity, and
  263.         explain the process by which TLX works.
  264.  
  265.         The following options are automatically modified by TLX within
  266.         the Jabber configuration file:
  267.  
  268.         SWAP=Yes
  269.         SWAPEMS=Yes
  270.         QUOTE_QUOTE=No
  271.         QUOTE_REPLY=No
  272.         REPLYHEADER=Yes
  273.         PREPROCESS=C:\path\TLX q C:\path\ @QUOTE@
  274.         POSTPROCESS=C:\path\TLX t C:\path\ @QUOTE@
  275.         TAG_QUERY=Never
  276.  
  277.         The batch file TLX_RUN.BAT contains the following:
  278.  
  279.         \path\TLX Q \path\ %1
  280.         editor %1 %2 %3 %4 %5
  281.         \path\TLX T \path\ %1
  282.         
  283.         where \path\TLX is the full path and filename of TLX;
  284.         Q is the command to Quote the message;
  285.         \path\ is the path to TLX's config and database;
  286.         %1 is the parameter that is replaced with the message file;
  287.         editor is the name of the editor with parameters %1-%5;
  288.         \path\TLX is the full path and filename of TLX;
  289.         T is the command to add a tagline;
  290.         \path\ is the path to TLX's config and database;
  291.         and %1 is the parameter that is replaced with the message file.
  292.  
  293.         TLX simply ties into the PRE and POST PROCESS options in Jabber.
  294.         However, there is apparently a small bug within v1.1 that does
  295.         not add the required message header to the reply file before TLX
  296.         can quote it - hence the quote enhancer does NOT work! When this
  297.         problem is fixed by the author, TLX will quote your messages. In
  298.         the meanwhile - if you use an external editor you can add the
  299.         TLX command line to a batch file to execute before calling your
  300.         editor; or assign an F key if you use the internal editor.
  301.  
  302.  
  303.  
  304.  
  305.  
  306.  
  307.  
  308.  
  309.  
  310.  
  311.                                Speed Read
  312.                                ~~~~~~~~~~
  313.  
  314.         Tag Line Xpress installs automatically into version 1.2 of Speed
  315.         Read (Speed). Other versions have not been tested with TLX and
  316.         are not guaranteed to work.
  317.  
  318.         A small bug exists within Speed Read v1.2 - if you re-edit a
  319.         reply, Speed adds a second message header and TLX promptly
  320.         quotes the message, resulting in double quoted replies. The
  321.         author of Speed Read has been notified, and will fix the problem
  322.         in a future release.
  323.  
  324.         If you experience double taglines with Speed, you can use the
  325.         UNTAG.EXE utility provided with this archive. From within Speed,
  326.         modify the Configuration option Compression Prgs. and add NEWZIP
  327.         before the compress command, e.g.
  328.  
  329.         Old Option> PKZIP -m -u %s
  330.         New Option> COMMAND.COM /c \path\NEWZIP.BAT PKZIP -m -u %s
  331.  
  332.         TLX will create a batch file called NEWZIP.BAT in the mail
  333.         reader directory, you should edit it and ensure that the file
  334.         reads:
  335.  
  336.         \path\UNTAG %5
  337.         %1 %2 %3 %4 %5 %6 %7 %8 %9
  338.  
  339.         If you have changed your compress commands, change the UNTAG %
  340.         number to the parameter for the replies message file that is
  341.         compressed by the packer.
  342.  
  343.  
  344.         Advanced Information
  345.         ~~~~~~~~~~~~~~~~~~~~
  346.         This information is provided only to satisfy curiosity, and
  347.         explain the process by which TLX works.
  348.  
  349.         The following options are automatically modified by TLX within
  350.         the SpeedRead configuration:
  351.  
  352.         General Setup - Quoting - Initials NONE
  353.                                   Quote String BLANK
  354.                         External Programs - Editor -
  355.                         COMMAND.COM /c C:\path\TLX_RUN.BAT %s
  356.         Toggles/Options - Swapping ON
  357.                           Taglines OFF (5)
  358.                           Reply Header ON
  359.  
  360.         The batch file TLX_RUN.BAT contains the following:
  361.  
  362.         \path\TLX Q \path\ %1
  363.         editor %1 %2 %3 %4 %5
  364.         \path\TLX T \path\ %1
  365.         
  366.         where \path\TLX is the full path and filename of TLX;
  367.         Q is the command to Quote the message;
  368.         \path\ is the path to TLX's config and database;
  369.         %1 is the parameter that is replaced with the message file;
  370.         editor is the name of the editor with parameters %1-%5;
  371.         \path\TLX is the full path and filename of TLX;
  372.         T is the command to add a tagline;
  373.         \path\ is the path to TLX's config and database;
  374.         and %1 is the parameter that is replaced with the message file.
  375.  
  376.         Optionally, you can install TLX as an External Tagline Manager
  377.         if you do not wish to use the Quote enhancer and signature
  378.         features of TLX.
  379.  
  380.         You have to modify the following manually within the SpeedRead
  381.         configuration (do NOT install TLX automatically):
  382.  
  383.         General Setup - Tagline Mgr -
  384.                         COMMAND.COM /c \path\TLX g \path\ %s
  385.                         Tag Ret. File TLX.TAG
  386.  
  387.         where \path\ is the path to TLX's config and database.
  388.  
  389.         You can only call TLX AFTER you edit your message since TLX
  390.         needs to read your message to make tagline suggestions.
  391.  
  392.  
  393.  
  394.  
  395.  
  396.  
  397.  
  398.  
  399.  
  400.  
  401.                                MegaReader
  402.                                ~~~~~~~~~~
  403.  
  404.         TLX installs automatically into MegaReader v2.10. Other versions
  405.         have not been tested with TLX and are not guaranteed to work.
  406.  
  407.         Note that since MegaReader uses a non-standard message header
  408.         format, the TLX quote enhancer will not work. However the
  409.         tagline management capabilities of TLX are not affected.
  410.  
  411.         You have to be using the internal editor with the default
  412.         configuration. When you are done editing, press ALT-S (for Spell
  413.         Check) and MegaReader will execute TLX instead which adds the
  414.         tagline for you. If you are using a spell checker, you will have
  415.         to edit the batch file TLX_RUN.BAT and add it manually before
  416.         the TLX command line, and both the spell checker and TLX will
  417.         work. If you are using an EXTERNAL editor, MegaReader does NOT
  418.         access the Spell Checker batch file! You will have to edit the
  419.         external editor batch file to include the TLX command line after
  420.         the editor is called. You should leave the Spell Checker swap
  421.         option as YES, giving TLX more memory to operate in.
  422.  
  423.         MegaReader does not allow it's tagline to be disabled if it is
  424.         unregistered. And it is not possible to use the UNTAG utility
  425.         with MegaReader due to the method in which it calls PKZIP. If
  426.         you are experiencing double taglines in your replies, you will
  427.         have to manually fix them by the following process:
  428.  
  429.         1> UnZIP the reply packet PKUNZIP packet.REP;
  430.         2> Type UNTAG packet.MSG;
  431.         3> ZIP the reply packet PKZIP packet.REP packet.MSG
  432.  
  433.         This can be achieved automatically with a simple batch file:
  434.  
  435.         @ECHO OFF
  436.         PKUNZIP %1.REP
  437.         UNTAG %1
  438.         PKZIP %1.REP %1.MSG
  439.  
  440.         and execute this batch file with the packet name (NO extension)
  441.         on the command line, it extracts the reply file, corrects the
  442.         double tagline problem, and then compresses it again.
  443.  
  444.         Advanced Information
  445.         ~~~~~~~~~~~~~~~~~~~~
  446.         This information is provided only to satisfy curiosity, and
  447.         explain the process by which TLX works.
  448.  
  449.         The following options are automatically modified by TLX within
  450.         the MegaReader configuration:
  451.  
  452.         Spell Checker - \path\TLX_RUN.BAT
  453.  
  454.         where \path\ is the path to TLX's config and database.
  455.  
  456.         The batch file TLX_RUN.BAT contains the following:
  457.  
  458.         \path\TLX T \path\ MESSAGE.TXT
  459.  
  460.         where \path\TLX is the full path and filename of TLX;
  461.         T is the command to add a tagline;
  462.         \path\ is the path to TLX's config and database;
  463.         and MESSAGE.TXT is the message filename.
  464.  
  465.  
  466.  
  467.  
  468.  
  469.  
  470.